C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / GetLoadedItems Method / GetLoadedItems() Method

In This Topic
GetLoadedItems() Method
In This Topic
Returns the items that has be loaded so far.
Syntax
'Declaration
 
Public Overloads Function GetLoadedItems() As IEnumerable(Of ILoadedItem(Of T))
 
See Also